Version

CopyTo Method (ReadOnlyNotifyCollection<T>)

Copies items from this collection to the specified array.
Syntax
public void CopyTo( 
   T[] array,
   int arrayIndex
)

Parameters

array
Destination array.
arrayIndex
The location in the destination array where the items will be copied.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also